home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 May / PCWorld_2000-05_cd.bin / Software / TemaCD / povray / povwin3.exe / %MAINDIR% / Insert Menu / CSG operations / merge.txt < prev    next >
Encoding:
Text File  |  2000-04-06  |  172 b   |  9 lines

  1. // CSG merge, merge all of shapes 1...N
  2. // like ╥union╙, but melted together so no overlap seam lines inside
  3. merge
  4. {
  5.   Shape1 {...}
  6.   Shape2 {...}
  7.   ShapeN {...}
  8. }
  9.